/* gimborntrading */

/*#container > header { opacity: .7; }*/

	header > #slide {
		height: 34em; width: 96em;		/*height: 58em;*/
		margin: 0 auto;
		overflow: hidden;
/*		background: rgba(50,120,220,.5);*/
		position: relative;
	}
	
		header > #slide > ul {
/*			background: rgba(220,50,120,.5);*/
			width: 100%; /* min-height: 20em; */
		}
	
			header > #slide > ul > li {
				float: left;
/*				background: rgba(50,120,220,.5);*/
				width: 96em;
				display: none;
			}
			
			header > #slide > ul > li:first-child {
				display: inline;
			}
			
				header > #slide > ul > li > ul {
/*					background: rgba(255,255,255,.5);*/
				}
				
					header div.slideshow p.empty {
						display: none;
					}
			
					header li.slideshow > ul > li {
/*						background: rgba(250,120,120,.5);*/
						float: left;
						width: 28em;
						margin: 7.7em 0 0 3em;		/* bis 120809 → margin: 9.7em 0 0 3em; */
						padding: 0;
					}
			
					header li.slideshow > ul > li:first-child {
/*						background: rgba(250,120,220,.5);*/
						width: 50em;
						margin: 0 3em 0 0;
						padding: 0;
					}
					
						header li.slideshow > ul > li > img {
							float: right;
							max-height: 30em;
							max-width: 45em;
						}
						
						header li.slideshow > ul > li > h4 {
							margin: 0 0 .5em 0;
						}
						
						header li.slideshow table {
							font-size: 1.2em;
							line-height: 1.5em;
							border-spacing: 0;
							margin-bottom: 1.375em;
						}
						
							header li.slideshow table > tbody > tr > td {
/*								background-color: firebrick;*/
								text-align: right;
							}
						
							header li.slideshow table > tbody > tr > td:first-child {
/*								background-color: goldenrod;*/
								padding: 0 2em 0 0;
								text-align: left;
							}
	
		header > #slide > #bedienung {
			position: absolute;
			z-index: 100;
/*			background-color: rgba(20,122,55,0.2);*/
			right: 1.5em;
			bottom: 4.3em;
		}
		
			header #bedienung > span {
				width: 19px; height: 13px;
				margin: 0 0 0 1px; padding: 0;
				float: left;
				background-color: rgb(255,255,255);
				display: block;
				cursor: pointer;
			}
		
			header #bedienung > span:hover, header #bedienung > span.active {
				background-color: rgb(181,18,28);
			}
			
			header #bedienung > span::before, header #bedienung > span::after {
				width: 13px; height: 0;
				content: "";
				position: absolute;
				border-left: 3px solid transparent;
				border-right: 3px solid transparent;
			}
			
			header #bedienung > span::before {
				border-bottom: 3px solid rgb(255,255,255);
				margin: -3px -3px 0 0;
			}
			
			header #bedienung > span::after {
				border-top: 3px solid rgb(255,255,255);
				margin: 13px -3px 0 0;
			}
			
			header #bedienung > span:hover::before, header #bedienung > span.active::before {
				border-bottom: 3px solid rgb(181,18,28);
			}
			
			header #bedienung > span:hover::after, header #bedienung > span.active::after {
				border-top: 3px solid rgb(181,18,28);
			}
			
p {
	margin-bottom: 1.375em;
}
			
	#content {}
	
		#content > ul {}
		
			#content > ul > li {
	/*			background: rgba(20,100,180,.5);*/
				width: 72em;
				float: left;
				margin: 0 0 2.2em 0;		/*-3px 1.5em 2em 1.5em; → -3px wegen vorlage*/
			}
			
			#content > ul > li:last-child {
				width: 24em;
			}
			
				#content img {
					border: .2em solid rgb(181,18,28);
					padding: .2em;
					margin: 3px 0 20px 0;
					float: left;
				}
			
				#content p, #content img, #content h3, #content h5  {
					margin-left: 15px;
					margin-right: 15px;
				}
			
					#content p > img  {
						margin-left: 0px;
						margin-right: 0px;
					}
